GXSetJobRefCon
You can use theGXSetJobRefCon
function to associate a reference constant with a particular job object.
void GXSetJobRefcon (gxJob aJob, void *refCon);
aJob
- The job object in which to assign a reference constant.
refCon
- A pointer to the reference constant to assign.
DESCRIPTION
TheGXSetJobRefCon
function sets the reference constant for a job object. For example, the reference constant may point to the document data associated with the print job.RESULT CODES
gxSegmentLoadFailedErr A required code segment could not be found, or there was not enough memory to load it. SEE ALSO
To get the reference constant associated with a job object, see the description of theGXGetJobRefCon
function in the previous section.For an example that uses the
GXSetJobRefCon
function, see "Getting and Setting the Reference Constant for a Job Object" on page 4-23.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help